IIoModule.ReadInputInt64 method
Reads a long integer from an input of a real or simulated I/O module.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
long ReadInputInt64(
int byteOffset
)
Function ReadInputInt64(
byteOffset As Integer
) As Long
Parameters
byteOffset
Type: int
Specifies a byte offset to the location to read. The max offset is determined by the IIoModule.InputLength property.
Return value
Type: long
See also